emsi_containers v0.9.0 (2021-09-22T16:21:01Z)
Home
Dub
Repo
HashSet.contains
containers
hashset
HashSet
struct
HashSet
(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T, bool storeHash = !isBasicType!T)
inout
bool
contains
(
T
value
)
Return Value
Type:
bool
true if value is contained in the set.
Meta
Source
See Implementation
containers
hashset
HashSet
aliases
insertAnywhere
put
constructors
this
destructors
~this
functions
clear
contains
empty
insert
length
opBinaryRight
opOpAssign
opSlice
remove
postblits
this(this)